<%@ page language="java" contentType="text/html; charset=UTF-8" buffer="0kb"%> Insert title here <% out.println("first line
"); response.getWriter().println("second line
"); %>